From 38cdc12d76e5db3aa31ebd3060c45815755b9d45 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 4 Dec 2002 02:08:31 +0000 Subject: [PATCH] Let Zipfile contain both Windows binaries. --- gpsbabel/mingw/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index b473b1fdb..459bc0cae 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -9,3 +9,5 @@ CFLAGS=-Iinclude -I../coldsync -O gpsbabel.exe: $(OBJS) $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe cp gpsbabel.exe /tmp + zip -j /tmp/gpsbabel.zip gpsbabel.exe ../win32/gpsbabelfront.exe + -- 2.30.2